home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3vcone2.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_VCONE2_H = 1;
- include("real/raytr/r3frobj.js")
-
-
- var R3CLID_VCONE2 = 769;
-
-
-
-
- R3VCONE2A_Center = 769500;
- function SetR3VCONE2A_Center(value) {
- R3Set(this.r3obj, R3VCONE2A_Center, value, R3TID_VECTOR, 0);
- }
-
- function GetR3VCONE2A_Center() {
- return R3Get(this.r3obj, R3VCONE2A_Center, R3TID_VECTOR, 0);
- }
-
- R3VCONE2A_A = 769501;
- function SetR3VCONE2A_A(value) {
- R3Set(this.r3obj, R3VCONE2A_A, value, R3TID_VECTOR, 0);
- }
-
- R3VCONE2A_C = 769503;
- function SetR3VCONE2A_C(value) {
- R3Set(this.r3obj, R3VCONE2A_C, value, R3TID_VECTOR, 0);
- }
-
- R3VCONE2A_D1 = 769504;
- function SetR3VCONE2A_D1(value) {
- R3Set(this.r3obj, R3VCONE2A_D1, value, R3TID_FLOAT, 0);
- }
-
- R3VCONE2A_D2 = 769505;
- function SetR3VCONE2A_D2(value) {
- R3Set(this.r3obj, R3VCONE2A_D2, value, R3TID_FLOAT, 0);
- }
-
-
-
- function r3Vcone2 () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_VCONE2, arguments);
- }
- // Attributes
- this.GetCenter=GetR3VCONE2A_Center;
- this.SetCenter=SetR3VCONE2A_Center;
- this.SetA=SetR3VCONE2A_A;
- this.SetC=SetR3VCONE2A_C;
- this.SetD1=SetR3VCONE2A_D1;
- this.SetD2=SetR3VCONE2A_D2;
- }
-
- r3Vcone2.prototype=new r3Frobject;
- // r3vcone2.h_H